GtkFlowBox: support positional css selectors
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2015 03:37:42 +0000 (23:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2015 03:37:42 +0000 (23:37 -0400)
commite59e38b58120f8d998b5e204506fc552e2efd00d
tree1e03f72f3b47602a552f63acca28232909bd5790
parentaa07c40748777d38b726863475794255551bb52b
GtkFlowBox: support positional css selectors

As in the previous commit for GtkListBox, support :first-child,
:last-child, :nth-child() and :last-nth-child() selectors here.
gtk/gtkflowbox.c